home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / BOUNCER.ARJ / ABSTRACT next >
Text File  |  1992-05-01  |  1KB  |  30 lines

  1.  BOUNCER: Screen Saver that Bounces Bitmaps Across the
  2.  Screen with Sound Effects
  3.  
  4.  BOUNCER is a sample screen-saver application that bounces a 
  5.  bitmap across the screen and produces a sound when the 
  6.  bitmap image is at the bottom of the screen. BOUNCER 
  7.  demonstrates loading a device-independent bitmap (DIB) 
  8.  image, creating a timer to move the image, moving the image 
  9.  across the screen, and reading initial settings from 
  10.  WIN.INI.
  11.  
  12.  BOUNCER handles the following command-line switches for 
  13.  debugging the screen-saver application:
  14.  
  15.  >  /c, -c, or c:  Display configuration dialog box and 
  16.  return.
  17.  
  18.  >  /s, -s, or s:  Start screen saver.
  19.  
  20.  >  Default:  Display configuration dialog box and return.
  21.  
  22.  When BOUNCER starts, it displays a dialog box with default 
  23.  values for the time interval, initial x position, initial y 
  24.  position, initial x velocity, gravity, bouncing sound, and 
  25.  pause at the bottom of the screen. The user can modify 
  26.  these options.
  27.  
  28.  BOUNCER was built and tested under Microsoft(R) Windows(TM) 
  29.  version 3.1.
  30.